home *** CD-ROM | disk | FTP | other *** search
/ Internet Tools (InfoMagic) / Internet Tools.iso / applic / ncsa / tn3270 / xfer.read-me.Z / xfer.read-me
Text File  |  1989-11-18  |  1KB  |  34 lines

  1. CMS RMAC and WMAC Commands
  2.  
  3. RMAC and WMAC are CMS commands to upload and download files between
  4. a Macintosh and CMS.  In order to use these commands, the Macintosh
  5. must be running tn3270 for a TCP/IP connection, or Term connected
  6. through a modem.  See the HELP files for additional information.
  7.  
  8. The files in this directory for RMAC and WMAC are:
  9.    RMAC     ASSEMBLE -- main program source
  10.    WMAC     ASSEMBLE -- main program source
  11.    SCRIO    ASSEMBLE -- 3270 I/O subroutine
  12.    CRCTAB   ASSEMBLE -- CRC-16 table
  13.    RMAC     SCRIPT   -- HELP file source
  14.    WMAC     SCRIPT   -- HELP file source
  15.    STAFFSET SCRIPT   -- macros used in HELP files
  16.    RMAC     HELPCMS  -- standard CMS HELP file
  17.    WMAC     HELPCMS  -- standard CMS HELP file
  18.  
  19. The following CMS commands may be used to generate RMAC MODULE and
  20. WMAC MODULE:
  21.    global maclib dmssp cmslib
  22.    assemble rmac
  23.    assemble wmac
  24.    assemble scrio
  25.    assemble crctab
  26.    load rmac
  27.    genmod rmac
  28.    load wmac
  29.    genmod wmac
  30.  
  31. Peter DiCamillo   November, 1989
  32. CMSMAINT@BROWNVM.BITNET
  33. CMSMAINT@BROWNVM.BROWN.EDU
  34.